home *** CD-ROM | disk | FTP | other *** search
/ bioinformatics.org / bioinformatics.org_software.tar / www.bioinformatics.org / download / ecell2 / ecell220setup.exe / {app} / standard / buildr.bat next >
DOS Batch File  |  2002-04-11  |  165b  |  15 lines

  1. @echo off
  2. set SAVE_PATH=%PATH%
  3. set PATH=c:\borland\bcc55\bin;%PATH%
  4.  
  5. cd DLLR
  6. MAKE
  7. cd ..
  8. cd DLLRB
  9. make
  10. cd ..
  11.  
  12. set PATH=%SAVE_PATH%
  13. set SAVE_PATH=
  14. pause
  15.